google.golang.org/grpc/internal/transport.bufWriter.buf (field)

9 uses

	google.golang.org/grpc/internal/transport (current package)
		http_util.go#L300: 	buf       []byte
		http_util.go#L315: 		w.buf = make([]byte, batchSize)
		http_util.go#L328: 	if w.buf == nil {
		http_util.go#L330: 		w.buf = *b
		http_util.go#L334: 		copied := copy(w.buf[w.offset:], b)
		http_util.go#L351: 	if w.buf != nil && w.pool != nil {
		http_util.go#L352: 		b := w.buf
		http_util.go#L354: 		w.buf = nil
		http_util.go#L366: 	_, w.err = w.conn.Write(w.buf[:w.offset])